<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-size: 62.75%;
	-webkit-text-size-adjust: none;
}
/*
html {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(1);
}*/

body {
	font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	line-height: 1.6em;
	color: #333;
	background: #fff;
}
img {
	border: none
}
ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
/*图片大图*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical &gt; .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode &gt; .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #dd1718 !important;
}
.weui-photo-browser-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	display: none;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.weui-photo-browser-modal.weui-photo-browser-modal-visible {
	opacity: 1;
	z-index: 1002;
	position: fixed;
	top: 0;
}
.weui-photo-browser-modal .swiper-container {
	height: 100%;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: -webkit-transform .5s;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
	background: white;
	visibility: hidden;
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.weui-photo-browser-modal .swiper-container.swiper-container-visible .swiper-pagination-bullet {
	visibility: visible;
	-webkit-transition-property: visibility;
	transition-property: visibility;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.weui-photo-browser-modal .swiper-container .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.weui-photo-browser-modal .photo-container {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.weui-photo-browser-modal .photo-container img {
	max-width: 100%;
	margin-top: -30px;
}
.weui-photo-browser-modal .caption {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	color: white;
	text-align: center;
	padding: 0 12px;
	min-height: 3rem;
	font-size: 14px;
	z-index: 10;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
	opacity: 0;
}
.weui-photo-browser-modal .caption .caption-item {
	display: none;
	opacity: 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
}
.weui-photo-browser-modal .caption .caption-item.active {
	display: block;
	opacity: 1;
}
.weui-photo-browser-modal .swiper-container-visible .caption {
	opacity: 1;
}
/*轮播图*/
.swiper-top {
	width: 100%;
}
.swiper-top-margin {
	margin-top: 44px;
}
.iframe_news {
/* 	margin-top: 38px; */
}
.swiper-top img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.swiper-top .swiper-pagination {
	bottom: 10px;
	right: 4%;
}
.swiper-top .swiper-pagination span {
	margin-left: 5px;
}
.swiper-top .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
}
.swiper-top .swiper-wrapper .swiper-slide .swiper-title {
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	color: #fff;
	font-size: 1.2em;
	width: 92%;
	padding: 4px 4%;
}
/*专题*/
#topic {
	width: 96%;
	float: left;
	clear: both;
	margin-left: 2%;
	margin-bottom: 100px;
}
.topic_pic img {
	width: 100%;
}
.topic_memo {
	width: 98%;
	background: #eeeeee;
	font-size: 1.6em;
	line-height: 1.8em;
	padding: .5em 1%;
	margin: .5em 0;
}
.topic_memo a {
	text-align: right;
	color: #00a0e7;
	float: right;
}
.topic_nav {
	width: 100%;
	font-size: 1.6em;
	overflow: auto;
	height: 2.4em;
	line-height: 2.4em;
	border-bottom: 1px solid #ddd;
}
.topic_nav ul {
	overflow: auto;
	width: 150%;
}
.topic_nav ul li {
	float: left;
	display: inline-block;
	margin: 0 .8em;
}
.topic_nav ul li a {
	height: 2.3em;
	display: block;
	color: #666;
}
.topic_nav ul li.active a {
	color: #00a0e7;
	border-bottom: 3px solid #00a0e7;
}
.topic_list {
	width: 100%;
	padding: 1em 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	float: left;
}
.topic_list .topic_label {
	border: 1px solid #ec4b4b;
	color: #ec4b4b;
	border-radius: 5px;
	padding: .1em .2em;
	margin-right: .3em;
}
.topic_list .topic_label_brodcast {
	color: #01c1f1;
	margin: 0 .5em;
}
.topic_list .topic_label_brodcasting {
	color: #d70908;
	margin: 0 .5em;
}
.topic_list .topic_label_brodcasted {
	color: #999999;
	margin: 0 .5em;
}
.topic_list a {
	color: #333;
	display: block;
}
.topic_list .topic_list_pic {
	width: 30%;
	background: #eee;
	float: right;
}
.topic_list .topic_list_pic img, .topic_list .topic_list_content ul li img, .topic_list .topic_list_content .topic_list_bigpic img {
	width: 100%;
	height: 100%;
}
.topic_list .topic_list_content {
	float: left;
	width: 68%;
	padding-bottom: 2em;
	position: relative;
	margin:0;
	margin-right:2%;
}
.topic_list_content .content_title, .topic_title {
	font-size: 1.7em;
	line-height: 1.5em;
}
.topic_title {
	width: 96%;
	margin: 8px 2%;
}
.video_view {
	text-align: right;
	width: 94%;
	margin: 0 2%;
}
.topic_list_content .content_info {
	color: #999;
	margin-top: .8em;
	font-size: 1.2em;
	position: absolute;
	bottom: .1em;
	width: 100%;
}
.content_singal_info {
	color: #999;
	clear: both;
	padding-top: 10px;
}
.content_singal_info .topic_list_time {
	float: right;
}
.topic_list_1 .topic_list_content .content_info {
	color: #999;
	margin-top: .8em;
	font-size: 1.2em;
	position: relative;
	width: 100%;
}
.content_info .topic_brodcast {
	max-height: 1.2em;
	max-width: 1.3em;
	vertical-align: -10%;
}
.topic_list_content .content_info span.topic_list_time {
	float: right;
	text-align: right;
}
.topic_list_1 .topic_list_content {
	padding: 0;
	width: 100%;
	margin: 0;
}
.topic_list .topic_list_content ul {
	width: 100%;
	display: block;
	margin-top: .5em;
}
.topic_list .topic_list_content ul li {
	width: 32%;
	background: #eee;
	float: left;
	display: inline-block;
}
.topic_list .topic_list_content ul li:nth-child(2) {
	margin: 0 2%;
}
.topic_list .topic_list_content .topic_list_bigpic {
	width: 100%;
	margin-top: .5em;
	position: relative;
}
.topic_list .topic_list_content .topic_list_bigpic .topic_more {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: .4em;
}
.topic_list .topic_list_content .topic_list_bigpic .topic_more img {
	position: relative;
	width: 12%;
	height: auto;
	float:left;
}
.topic_list .topic_list_content .topic_list_bigpic .topic_more .topic_more_num {
	position: relative;
	right: 2%;
	display: inline-block;
	float: right;
	border-radius: 10em;
	font-size: 1.2em;
	color: #fff;
	background: #000;
	opacity: 0.8;
	padding: .2em .8em;
	text-align: center;
	top: 1.2em;
}
.topic_type {
	width: 100%;
	margin-bottom: .5em;
	clear: both;
	float: left;
}
.topic_type ul li {
	padding: 6px 16px;
	background: #eee;
	color: #999;
	font-size: .9em;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	line-height: 1.5;
}
/*顶部*/
.top_menu_bar {
	border-top: 1px solid #dedfe1;
	border-bottom: 1px solid #dedfe1;
	background: #fff;
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 1001;
}
.top_menu_bar .top_menu_more {
	float: right;
	position: relative;
}
.top_menu_bar .top_menu_more .list_shadow {
	position: absolute;
	width: 10px;
	height: 36px;
	left: -10px;
	background: url(/resource/images/newsList/list/slip.png) no-repeat 100%;
	background-size: contain;
	background-color: rgba(244,245,246,.3);
}
.top_menu_bar .top_menu_more .more_btn {
	background: url(/resource/images/newsList/list/tab.png) no-repeat 50%;
	display: block;
	width: 40px;
	height: 36px;
	background-size: 20px;
}
.top_menu_bar .top_menu_list {
	overflow: hidden;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.top_menu_bar .top_menu_list a {
	text-align: center;
	white-space: nowrap;
	display: inline-block;
	font-size: 1.6rem;
	padding: 8px 12px;
	color: #333;
}
.top_menu_bar .top_menu_list a.active {
	font-size: 1.7rem;
	color: #dd1717;
}
.rotate {
	-webkit-transform-style: preserve-3d;
	-webkit-animation: x-spin .7s linear
}
@-webkit-keyframes x-spin {
0% {
-webkit-transform:rotate(0deg)
}
50% {
-webkit-transform:rotate(180deg)
}
to {
	-webkit-transform: rotate(1turn)
}
}
.topic_view::before {
	content: "";
	width: 18px;
	height: 18px;
	background: url(/resource/images/newsList/list/views.png) center no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: top;
	margin: 0px 4px;
}
#vidio {
	width: 100%;
}
.vidio_list {
	width: 100%;
	margin-bottom: 10px;
}
.vidio_pic {
	width: 100%;
	position: relative;
}
.vidio_pic img {
	width: 100%;
}
.vidio_pic .vidio_bg {
	position: absolute;
	top: 0;
	width: 100%;
	background: url(/resource/images/newsList/list/video_mask.png) no-repeat left top;
	background-size: 100% 100%;
}
.swiper-navi {
	width: 100%;
	height: 7em;
	padding: 10px 0;
	position: fixed;
	top: 38px;
	background: #fff;
}
.iframe_list {
	margin-top: 14.3em;
}
.frame_link {
	margin-bottom: 50px;
	height:100%;
	width:100%;
}
.swiper-navi ul li {
	width: 25%;
	display: inline-block;
	text-align: center;
	float: left;
}
.swiper-navi ul li a {
	display: block;
}
.swiper-navi ul li a img {
	width: 50%;
	height: auto;
}
.swiper-navi ul li a p {
	color: #666;
	margin-top: 5px;
}
.swiper-navi ul li a.active p {
	color: #dd1717;
}
.swiper-top.swiper-navi .swiper-pagination .swiper-pagination-bullet {
	background: #666;
}
.swiper-top.swiper-navi .swiper-pagination {
	right: auto;
}
.swiper-navi .swiper-pagination {
	position: relative;
}
#pic_list {
	width: 100%
}
#pic_list .topic_list {
	width: 96%;
	margin: 0 2%;
}
#pic_list .topic_list .topic_list_content .topic_list_bigpic {
	margin-top: 0;
	margin-bottom: .5em;
}
.pic_navi {
	height: 5.8em;
	background: #fff;
	z-index: 100001;
}
.italiana_pic {
	width: 96%;
	margin: 5px 2%;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}
.bottom_download {
	position: fixed;
	width: 100%;
	height: 50px;
	bottom: 48px;
}
.bottom_download .bottom_bg {
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	background: #000;
	opacity: 0.7;
}
.bottom_download .bottom_content {
	position: relative;
	z-index: 1001;
	width: 96%;
	height: 36px;
	padding: 7px 2%;
	text-align: left;
}
.bottom_download .bottom_content img {
	width: 36px;
	display: inline-block;
}
.bottom_content div {
	display: inline-block;
	color: #fff;
	font-size: 1.5em;
	text-align: left;
	position: relative;
	top: -4px;
	left: 6px;
}
.bottom_content div span {
	font-size: .8em;
	color: #eee;
}
.bottom_content a {
	display: inline-block;
	float: right;
}
.bottom_content a.btn_view {
	background: #f43c21;
	color: #fff;
	font-size: 1.4em;
	padding: 6px 12px;
	border-radius: 5px;
	margin: 2px 0;
}
.bottom_content a.btn_close {
	width: 20px;
	height: 20px;
	background: url(/resource/images/newsList/list/close.png) no-repeat center;
	background-size: 100%;
	margin: 8px 0 8px 5%;
}
#navigator {
	width: 92%;
	margin: 10px 4%;
}
#navigator ul li {
	width: 33%;
	text-align: center;
	float: left;
}
#navigator ul li a {
	width: 70%;
	border: 1px solid #ddd;
	display: block;
	padding: 10px 5%;
	margin: 10px auto;
	font-size: 1.6rem;
	color: #333;
}
.btn_back_close {
	width: 100%;
	height: 44px;
	background: #eee;
}
.btn_back_close a {
	width: 16px;
	height: 16px;
	background: url(/resource/images/newsList/list/close1.png) no-repeat center;
	background-size: 100%;
	float: right;
	margin-right: 4%;
	padding: 12px 0;
}
.btn_detail_close {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	right: 2%;
	background: url(/resource/images/newsList/list/close1.png) no-repeat center;
	background-size: 100%;
}
/*Tabbar*/
.tabbar {
	width: 100%;
	height: 48px;
	position: fixed;
	bottom: 0;
	background-color: #f9f9f9;
	border-top: 1px solid #eee;
	display: flex;
	text-align: center;
}

/*.tabbar_cq {
	background: url(/resource/images/newsList/list/tabbar_cq.jpg) no-repeat center;
}*/
.tabbar a {
	width: 25%;
	text-align: center;
}
.tabbar a img {
	width: 44%;
	margin-top: 4px;
}
.p_nomore {
	text-align: center;
	padding: 20px 0;
}
/*云端*/
.line {
	width: 100%;
height:.8rem;
	background-color: #f5f5f5;
}
.cloud_title {
	width: 94%;
	margin: 0 auto;
padding:.8rem 0;
	border-bottom: 1px solid #f0f0f0;
	color: #666;
	font-size: 1.3rem;
}
.cloud_title img {
	width: 1.6rem;
	position: relative;
top:.4rem;
margin-right:.5rem;
}
.cloud_title a {
	float: right;
	font-size: 1rem;
padding-top:.3rem;
}
.read_list {
margin-top:.5rem;
	margin-bottom: 1.5rem;
}
.read_list a {
	width: 45%;
	margin-left: 3%;
	display: inline-block;
	margin-top: 1rem;
}
.read_list a img {
	width: 100%;
}
/*视听*/
.iframe_video {
	margin-top: 0;
}
.video_function {
	width: 100%;
	padding: 1.5rem 0;
border-bottom:.8rem solid #f5f5f5
}
.video_function a {
	width: 19%;
	text-align: center;
	display: inline-block;
}
.video_function a img {
	width: 60%;
}
.video_function a p {
	color: #f75302;
	font-size: 1.2rem;
margin-top:.5rem;
}
.video_title {
	color: #dd1717;
}

.mingjia_head&gt;img{
	width:14px;
	height:14px;
	border-radius:50%;
	margin-right:5px;
}

/* 文本滚动start */
.yaowen-box {
	padding-left:20px;
	position: relative;
	/* 文本高度 */
	height: 26px;
}

/* 左侧小点 */
.dot {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	left: 4px;
}

.testScroll {
	font-size: 16px;
	white-space: nowrap;
	touch-action: none;
	overflow: hidden;
	/* h5可手指滑动，隐藏滚动条 */
	scrollbar-width: none;
	/* firefox */
	-ms-overflow-style: none;
	/* IE 10+ */
}

/* 隐藏滚动条 */
.testScroll::-webkit-scrollbar {
	display: none;
	/* Chrome Safari */
}
/* 文本滚动end */

.topic_list_bigpic_12 {
	width: 100%;
}

.topic_list_bigpic_12 img{
	width: 100%;
}

/* 专题start */
.topicSliding {
	width: 100%;
	height: 140px;
	display: flex;
	flex-direction: row;
	justify-content:flex-start;
	overflow: scroll;
	/* h5可手指滑动，隐藏滚动条 */
	scrollbar-width:none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.scroll::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}

.flex-item {
	width: 220px;
	height: 130px;
	margin-right: 12px;
}
.flex-item a{
	display: block;
	width: 220px;
	height: 130px;
}
.flex-item img{
	width: 220px;
	height: 130px;
}
/* 专题end */
</pre></body></html>